|
|
__init__(self,
default_db_description=None,
default_script_name='bianaParser.py',
default_script_description='This file implements a program that fills up tables in databa...,
additional_compulsory_arguments=[],
additional_optional_arguments=[])
Starts the bianaParser Object |
source code
|
|
|
|
|
|
|
|
|
|
parseArguments(self)
Method that returns a dictionary with the values of the arguments |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| _indent(self,
max_num_tabulators,
initial_length) |
source code
|
|
|
|
_splitsize(self,
string,
size)
Split a string in substrings with a determined size |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|