class documentation

class PytypeValue: (source)

View In Hierarchy

Stores a value inferred by pytype.

Class Method from_data Construct a PytypeValue from a list of data.
Method __post_init__ Undocumented
Method format Undocumented
Method to_signature Undocumented
Class Variable module Undocumented
Class Variable name Undocumented
Class Variable typ Undocumented
Instance Variable id Undocumented
Property typename Undocumented
Class Method _from_data Construct a PytypeValue from a single datum.
@classmethod
def from_data(cls, data): (source)

Construct a PytypeValue from a list of data.

def __post_init__(self): (source)

Undocumented

def format(self): (source)

Undocumented

def to_signature(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

@classmethod
def _from_data(cls, data): (source)

Construct a PytypeValue from a single datum.