pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
general.py File Reference

Go to the source code of this file.

Packages

namespace  pyNastran::general::general

Functions

def pyNastran::general::general.printBadPath
def pyNastran::general::general.getFilesOfType
 gets all the files in the specified directory with a given extension
def pyNastran::general::general.deObscure
 unpacks an "obscured" number...similar to binary, but base 52 A base 52 value takes up a fewer characters than a base 10 number which helps to do Mat12345678 when there's an 8 character limit on variable names.
def pyNastran::general::general.obscure
 takes a large number and shrinks it down...similar to binary, but base 52 A base 52 value takes up a fewer characters than a base 10 number which helps to do Mat12345678 when there's an 8 character limit on variable names.
def pyNastran::general::general.is_binary
 Return true if the given filename is binary.
def pyNastran::general::general.ListPrint
 Prints a list, numpy array, or numpy matrix in an abbreviated format.

Variables

int pyNastran::general::general.n = 99999999
tuple pyNastran::general::general.o = obscure(n)
 All Classes Namespaces Files Functions Variables