Package solvcon :: Package io :: Module core
[hide private]
[frames] | no frames]

Module core

source code

Core I/O facilities for SOLVCON intrinsic constructs.

Classes [hide private]
  FormatRegistry
Registry for a certain class of formats.
  FormatMeta
Sum the length of all META_ entries of bases and derived classes; only collect from 1 level of parents.
  Format
Abstract class for SOLVCON intrinsic I/O format Each of the concrete derived classes represents a version of format.
  FormatIORegistry
Registry for all FormatIO classes.
  FormatIOMeta
Metaclass for FormatIO.
  FormatIO
Proxy to mesh format object.
Functions [hide private]
bool
strbool(val)
Create bool object from string.
source code
Variables [hide private]
  fioregy = {'BlockIO': <class 'solvcon.io.block.BlockIO'>, 'For...
  __package__ = 'solvcon.io'
Function Details [hide private]

strbool(val)

source code 

Create bool object from string. None is returned if input is not derterminable.

Parameters:
  • val (str) - the string to check.
Returns: bool
True/False/None.

Variables Details [hide private]

fioregy

Value:
{'BlockIO': <class 'solvcon.io.block.BlockIO'>, 'FormatIO': <class 'so\
lvcon.io.core.FormatIO'>, 'GenesisIO': <class 'solvcon.io.genesis.Gene\
sisIO'>, 'NeutralIO': <class 'solvcon.io.gambit.NeutralIO'>, 'DomainIO\
': <class 'solvcon.io.domain.DomainIO'>}