class documentation

Convert callables in metadata to/from generic dicts.

Class Method from_call_dict Undocumented
Class Method from_metadata Undocumented
Method to_call_dict Undocumented
Method to_metadata Undocumented
Method to_pytd Undocumented
Class Variable fn Undocumented
Class Variable kwargs Undocumented
Class Variable posargs Undocumented
@classmethod
def from_call_dict(cls, md): (source)

Undocumented

@classmethod
def from_metadata(cls, md, posarg_names, kwarg_names): (source)

Undocumented

def to_call_dict(self): (source)

Undocumented

def to_metadata(self, posarg_names, kwarg_names): (source)

Undocumented

def to_pytd(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented