module documentation

The module that parses Pixar's Universal Scene Description file format.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Usd​Lexer A lexer that parses Pixar's Universal Scene Description file format.
Function ​_keywords Undocumented
Constant ​_BASE​_ATTRIBUTE Undocumented
Constant ​_TYPE Undocumented
Constant ​_WHITESPACE Undocumented
def _keywords(words, type_):

Undocumented

_BASE_ATTRIBUTE: str =

Undocumented

Value
'(\\w+(?:\\:\\w+)*)(?:(\\.)(timeSamples))?'
_TYPE: str =

Undocumented

Value
'(\\w+(?:\\[\\])?)'
_WHITESPACE: str =

Undocumented

Value
'([ \\t]+)'