MetaType.alias#

MetaType.alias(**aliases)#

Define type aliases context. For instance,

with Type.alias(myint=’int64’):

will ensure under the with block we have

Type.fromstring(‘myint’) == Type.fromstring(‘int64’)