We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2fdc06 + 2c668d4 commit bb6e399Copy full SHA for bb6e399
regcensus/__init__.py
@@ -2,12 +2,13 @@
2
'get_values',
3
'get_document_values',
4
'get_reading_time',
5
+ 'get_datafinder',
6
'get_series',
- 'get_periods',
7
'get_agencies',
8
'get_jurisdictions',
9
'get_industries',
10
'get_documents',
11
+ 'get_documentation',
12
'get_versions',
13
'list_series',
14
'list_dates',
@@ -22,12 +23,13 @@
22
23
get_values,
24
get_document_values,
25
get_reading_time,
26
+ get_datafinder,
27
get_series,
- get_periods,
28
get_agencies,
29
get_jurisdictions,
30
get_industries,
31
get_documents,
32
+ get_documentation,
33
get_versions,
34
list_series,
35
list_dates,
0 commit comments