View source on GitHub |
Gast compatibility library. Supports 0.2.2 and 0.3.2.
Functions
Module(...)
: partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.
Name(...)
: partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.
Str(...)
: partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.
is_literal(...)
: Tests whether node represents a Python literal.
Other Members | |
---|---|
GAST2 |
False
|
GAST3 |
True
|