Return python True or False for the input bool_str
Parameters: |
|
---|---|
Returns: | (bool) conversion of the input int_str |
Raises Err: |
Return an integer of the input int_str
Parameters: |
|
---|---|
Returns: | (int)conversion of the input int_str |
Raises Err: |
Return a float of the input number_str
Parameters: |
|
---|---|
Returns: | (float) conversion of the input number_str |
Raises Err: |
Return a path string if it starts with ~ expanduser else return it unchanged
Parameters: |
|
---|---|
Returns: | (str) if input starts with ~ expanduser else return it unchanged |
Raises Err: |
Return a python datetime of the input date_str
Parameters: |
|
---|---|
Returns: | (datetime) conversion of the input date_str |
Raises Err: |