Functions | |
def | default_str_closure |
def | post_mortem_closure |
adds post mortem pdb stack trace | |
def | add_function_emitter |
def | CreateSLIMpyBuilder |
??? | |
def | add_to_slim_env |
add default emitters and string functions and dependencies | |
Variables | |
string | __copyright__ |
string | __license__ |
dictionary | Default_SLIM_Builders = {} |
def slimproj_core.builders.CreateBuilders.add_function_emitter | ( | act, | ||
slim_emitters | ||||
) |
Definition at line 117 of file CreateBuilders.py.
def slimproj_core.builders.CreateBuilders.add_to_slim_env | ( | name, | ||
act, | ||||
file_name = None , |
||||
str_func = None , |
||||
emitters = None , |
||||
depends_on = None | ||||
) |
add default emitters and string functions and dependencies
Definition at line 180 of file CreateBuilders.py.
def slimproj_core.builders.CreateBuilders.default_str_closure | ( | name | ) |
Definition at line 49 of file CreateBuilders.py.
def slimproj_core.builders.CreateBuilders.post_mortem_closure | ( | act | ) |
string __copyright__ |
Initial value:
""" Copyright 2008 Sean Ross-Ross """
Definition at line 23 of file CreateBuilders.py.
string __license__ |
Initial value:
""" This file is part of SLIMpy . SLIMpy is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SLIMpy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with SLIMpy . If not, see <http://www.gnu.org/licenses/>. """
Definition at line 26 of file CreateBuilders.py.
dictionary Default_SLIM_Builders = {} |
Definition at line 45 of file CreateBuilders.py.