Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 717 Bytes

PyITypeComp.md

File metadata and controls

54 lines (26 loc) · 717 Bytes

PyITypeComp

PyITypeComp Object

An object that implements the ITypeComp interface.

Methods

  • Bind

    Retrieves specified binding description. 

  • BindType

    Retrieves specified binding description for a type

sentinel 

DESCKIND

= Bind(szName, wflags

) binds to a variable/type

Parameters

  • szName : string

    The name to bind to

  • wflags=0 : int

    the bind flags

PyITypeComp.BindType

DESCKIND

= BindType(szName) binds to a type

Parameters

  • szName : string

    The name to bind to