Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | repr1 |
def | repr_string |
def | repr_instance |
![]() | |
def | __init__ |
def | repr |
def | repr1 |
def | repr_tuple |
def | repr_list |
def | repr_dict |
def | repr_str |
def | repr_long |
def | repr_instance |
Data Fields | |
maxlist | |
maxtuple | |
maxdict | |
maxstring | |
maxother | |
![]() | |
maxlevel | |
maxtuple | |
maxlist | |
maxdict | |
maxstring | |
maxlong | |
maxother | |
Static Public Attributes | |
repr_str = repr_string | |
Class for safely making a text representation of a Python object.
def repr1 | ( | self, | |
x, | |||
level | |||
) |
Definition at line 850 of file pydoc.py.
References pydoc.cram(), dospath.join(), HTMLRepr.maxother, TextRepr.maxother, dospath.split(), and pydoc.stripid().
def repr_instance | ( | self, | |
x, | |||
level | |||
) |
Definition at line 868 of file pydoc.py.
References pydoc.cram(), HTMLRepr.maxstring, TextRepr.maxstring, and pydoc.stripid().
def repr_string | ( | self, | |
x, | |||
level | |||
) |
Definition at line 857 of file pydoc.py.
References pydoc.cram(), HTMLRepr.maxstring, TextRepr.maxstring, and pydoc.replace().
|
static |