10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbba25 commit 81947a2Copy full SHA for 81947a2
docs/index.rst
@@ -65,8 +65,11 @@ Helper functions and modules
65
particular country. `name` may be an aliased name. For example:
66
67
>>> from stdnum import get_cc_module
68
- >>> get_cc_module('nl', 'vat')
+ >>> mod = get_cc_module('nl', 'vat')
69
+ >>> mod
70
<module 'stdnum.nl.btw' from '...'>
71
+ >>> mod.validate('004495445B01')
72
+ '004495445B01'
73
74
Will return ``None`` if no module could be found. The generic names that
75
are currently in use:
0 commit comments