PyMite Image Creator.
|
Classes |
| class | pmImgCreator::PmImgCreator |
Namespaces |
| namespace | pmImgCreator |
| | PyMite Image Creator.
|
Functions |
| def | pmImgCreator::convert_files |
| def | pmImgCreator::co_to_str |
| def | pmImgCreator::no_to_str |
| def | pmImgCreator::write_image_file |
| def | pmImgCreator::write_native_file |
| def | pmImgCreator::format_img_as_bin |
| def | pmImgCreator::format_img_as_c |
| def | pmImgCreator::format_native_table |
| def | pmImgCreator::parse_cmdline |
|
def | pmImgCreator::main |
Variables |
| string | pmImgCreator::__usage__ |
| dictionary | pmImgCreator::PM_FEATURES |
|
int | pmImgCreator::EX_USAGE = 64 |
|
| pmImgCreator::REMOVE_DOC_STR = False |
|
int | pmImgCreator::OBJ_TYPE_NON = 0x00 |
|
int | pmImgCreator::OBJ_TYPE_INT = 0x01 |
|
int | pmImgCreator::OBJ_TYPE_FLT = 0x02 |
|
int | pmImgCreator::OBJ_TYPE_STR = 0x03 |
|
int | pmImgCreator::OBJ_TYPE_TUP = 0x04 |
|
int | pmImgCreator::OBJ_TYPE_COB = 0x05 |
|
int | pmImgCreator::OBJ_TYPE_MOD = 0x06 |
|
int | pmImgCreator::OBJ_TYPE_CLO = 0x07 |
|
int | pmImgCreator::OBJ_TYPE_FXN = 0x08 |
|
int | pmImgCreator::OBJ_TYPE_CLI = 0x09 |
|
int | pmImgCreator::OBJ_TYPE_CIM = 0x0A |
|
int | pmImgCreator::OBJ_TYPE_NIM = 0x0B |
|
int | pmImgCreator::OBJ_TYPE_NOB = 0x0C |
|
int | pmImgCreator::CO_IMG_FIXEDPART_SIZE = 7 |
|
int | pmImgCreator::NATIVE_IMG_SIZE = 4 |
|
int | pmImgCreator::MAX_TUPLE_LEN = 253 |
|
int | pmImgCreator::MAX_STRING_LEN = 999 |
|
int | pmImgCreator::MAX_IMG_LEN = 32767 |
|
int | pmImgCreator::CO_OPTIMIZED = 0x0001 |
|
int | pmImgCreator::CO_NEWLOCALS = 0x0002 |
|
int | pmImgCreator::CO_VARARGS = 0x0004 |
|
int | pmImgCreator::CO_VARKEYWORDS = 0x0008 |
|
int | pmImgCreator::CO_NESTED = 0x0010 |
|
int | pmImgCreator::CO_GENERATOR = 0x0020 |
|
int | pmImgCreator::CO_NOFREE = 0x0040 |
|
string | pmImgCreator::NATIVE_INDICATOR = "__NATIVE__" |
|
tuple | pmImgCreator::NATIVE_INDICATOR_LENGTH = len(NATIVE_INDICATOR) |
| dictionary | pmImgCreator::NATIVE_TABLE_NAME |
|
string | pmImgCreator::NATIVE_FUNC_PREFIX = "nat_" |
|
int | pmImgCreator::NATIVE_NUM_LOCALS = 8 |
|
string | pmImgCreator::MODULE_IDENTIFIER = "?" |
| list | pmImgCreator::UNIMPLEMENTED_BCODES |
|
string | pmImgCreator::IMG_LIST_TERMINATOR = "\xFF" |
|
| pmImgCreator::nativemods |
|
| pmImgCreator::nativetable |
| | pmImgCreator::imgtarget |
| | General filter ensure values fit within S8 type size.
|
|
| pmImgCreator::nfcount |
|
| pmImgCreator::imgDict |
PyMite Image Creator.