Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pretty.py File Reference

Go to the source code of this file.

Data Structures

class  Pretty
 
class  Node
 
class  _Line
 
class  BrokenRepr
 
class  StockKeepingUnit
 
class  Thing
 

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.rich
 
namespace  pip._vendor.rich.pretty
 

Functions

bool _is_attr_object (Any obj)
 
Sequence["_attr_module.Attribute[Any]"] _get_attr_fields (Any obj)
 
bool _is_dataclass_repr (object obj)
 
bool _has_default_namedtuple_repr (object obj)
 
Union[str, None_ipy_display_hook (Any value, Optional["Console"] console=None, "OverflowMethod" overflow="ignore", bool crop=False, bool indent_guides=False, Optional[int] max_length=None, Optional[int] max_string=None, Optional[int] max_depth=None, bool expand_all=False)
 
bool _safe_isinstance (object obj, Union[type, Tuple[type,...]] class_or_tuple)
 
None install (Optional["Console"] console=None, "OverflowMethod" overflow="ignore", bool crop=False, bool indent_guides=False, Optional[int] max_length=None, Optional[int] max_string=None, Optional[int] max_depth=None, bool expand_all=False)
 
Tuple[str, str, str] _get_braces_for_defaultdict (DefaultDict[Any, Any] _object)
 
Tuple[str, str, str] _get_braces_for_array ("array[Any]" _object)
 
bool is_expandable (Any obj)
 
bool _is_namedtuple (Any obj)
 
Node traverse (Any _object, Optional[int] max_length=None, Optional[int] max_string=None, Optional[int] max_depth=None)
 
str pretty_repr (Any _object, *int max_width=80, int indent_size=4, Optional[int] max_length=None, Optional[int] max_string=None, Optional[int] max_depth=None, bool expand_all=False)
 
None pprint (Any _object, *Optional["Console"] console=None, bool indent_guides=True, Optional[int] max_length=None, Optional[int] max_string=None, Optional[int] max_depth=None, bool expand_all=False)
 

Variables

 _has_attrs = hasattr(_attr_module, "ib")
 
 _dummy_namedtuple = collections.namedtuple("_dummy_namedtuple", [])
 
dict _BRACES
 
 _CONTAINERS = tuple(_BRACES.keys())
 
tuple _MAPPING_CONTAINERS = (dict, os._Environ, MappingProxyType, UserDict)
 
 d
 
dict data