MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-580696.py

File recipe-580696.py

recipes/Python/580696_DBF_reader_writer__selective_fields/recipe-580696.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import struct, datetime, decimal, itertools
2from collections import namedtuple
3
4FI = namedtuple('FieldInfo', ('name', 'typ', 'size', 'deci',

Callers

nothing calls this directly

Calls 1

namedtupleFunction · 0.50

Tested by

no test coverage detected