pyplusplus.utils package

Overview

This module is a collection of unrelated algorithms, that works on code creators tree.

class pyplusplus.utils.exposed_decls_db_t

Bases: object

is_exposed(decl)
load(fpath)
register_decls(global_ns, special_decls)

register decls in the database

global_ns - reference to the global namespace object special_decls - set of declarations, which were exposed, even so they were not included. For example std containers.

class row_t(decl_or_string)

Bases: pygccxml.declarations.decl_visitor.decl_visitor_t

does_refer_same_decl(other)
find_out_normalized_name(decl)
update_key(cls)
exposed_decls_db_t.save(fpath)
exposed_decls_db_t.update_decls(global_ns)
class pyplusplus.utils.missing_call_policies
static exclude(extmodule)
static print_(extmodule)
pyplusplus.utils.split_sequence(seq, bucket_size)

Modules

blog comments powered by Disqus

Table Of Contents

Previous topic

pyplusplus.file_writers package

Next topic

pyplusplus._logging_ package

This Page