• Roman Alifanov's avatar
    Add json.unmarshal/marshal, reflect module, update telegram bot · 1d92a91e
    Roman Alifanov authored
    - json.unmarshal(str, Class) deserializes JSON into class instance
    - json.marshal(obj) serializes class instance to JSON string
    - reflect module: fields, get, set, type, class_name, create
    - Class metadata generation for runtime introspection
    - Fix DCE namespace detection inside function bodies
    - Update telegram bot example with Message class, /json, /info commands
    1d92a91e
Name
Last commit
Last update
..
__init__.py Loading commit data...
args.py Loading commit data...
array.py Loading commit data...
base.py Loading commit data...
core.py Loading commit data...
dict.py Loading commit data...
file_handle.py Loading commit data...
fs.py Loading commit data...
http.py Loading commit data...
json.py Loading commit data...
logger.py Loading commit data...
math.py Loading commit data...
reflect.py Loading commit data...
regex.py Loading commit data...
string.py Loading commit data...
time.py Loading commit data...