Module Index

Submodules

Module: constant

This package defines constants used in the boduch Python library.

Modules

priority

This module defines constants related to handle priority.

type

This module defines constants that identify primitive types.

Attributes

PRIORITY_CRITICAL

Value of PRIORITY_CRITICAL

40

PRIORITY_MAJOR

Value of PRIORITY_MAJOR

30

PRIORITY_MINOR

Value of PRIORITY_MINOR

20

PRIORITY_TRIVIAL

Value of PRIORITY_TRIVIAL

10

TYPE_BOOL

Value of TYPE_BOOL

'BOOL'

TYPE_BOOLEAN

Value of TYPE_BOOLEAN

'BOOLEAN'

TYPE_DICT

Value of TYPE_DICT

'DICT'

TYPE_DICTIONARY

Value of TYPE_DICTIONARY

'DICTIONARY'

TYPE_FLOAT

Value of TYPE_FLOAT

'FLOAT'

TYPE_INT

Value of TYPE_INT

'INT'

TYPE_INTEGER

Value of TYPE_INTEGER

'INTEGER'

TYPE_LIST

Value of TYPE_LIST

'LIST'

TYPE_LONG

Value of TYPE_LONG

'LONG'

TYPE_STR

Value of TYPE_STR

'STR'

TYPE_STRING

Value of TYPE_STRING

'STRING'

TYPE_TUPLE

Value of TYPE_TUPLE

'TUPLE'

TYPE_UNICODE

Value of TYPE_UNICODE

'UNICODE'