Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
struct, datetime, decimal, itertools
2
from
collections
import
namedtuple
3
4
FI = namedtuple(
'FieldInfo'
, (
'name'
,
'typ'
,
'size'
,
'deci'
,
Callers
nothing calls this directly
Calls
1
namedtuple
Function · 0.50
Tested by
no test coverage detected