Telethon/telethon_generator/parsers/tlobject
Lonami Exo 8224e5aabf Make use of pathlib nearly everywhere (breaks docs gen)
Python 3.6 introduced support for the os.PathLike interface,
which means Python 3.5 did not have it yet and attempting to
use it in os functions would fail. Instead we can use pathlib
for everything, but not all work is done yet.
2018-12-21 13:24:16 +01:00
..
__init__.py Skip core types when parsing .tl files 2018-12-15 12:38:56 +01:00
parser.py Make use of pathlib nearly everywhere (breaks docs gen) 2018-12-21 13:24:16 +01:00
tlarg.py Improve autogenerated examples with more cases and synonyms 2018-12-15 11:47:52 +01:00
tlobject.py Never check channel constructor when generating objects 2018-12-14 17:31:15 +01:00