pg.symbolic.UnknownType

Accessible via pg.symbolic.UnknownType.

class UnknownType(name, args=[])[source]

Bases: pg.symbolic.UnknownSymbol

Symbolic object for representing unknown types.

Methods:

format([compact, verbose, root_indent])

Formats this object.

sym_jsonify(**kwargs)

Converts current object to a dict of plain Python objects.

format(compact=False, verbose=True, root_indent=0, **kwargs)[source]

Formats this object.

Return type:

str

sym_jsonify(**kwargs)[source]

Converts current object to a dict of plain Python objects.

Return type:

Union[int, float, bool, str, List[Any], Dict[Union[str, int], Any]]