TOTPMethodChoiceField
init {#init}
When a field is instantiated, we store the arguments that were used, so that we can present a helpful representation of the object.
Signature {#init-signature}
__init__(cls, args, kwargs)
Parameters {#init-parameters}
| Name | Type | Required | Description |
|---|---|---|---|
| cls | yes | ||
| args | yes | ||
| kwargs | yes |
Source {#init-source}
.venv/lib/python3.11/site-packages/rest_framework/fields.py:614
_get_available_choices
Signature
_get_available_choices(self)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source
server/vueda/user/fields.py:16
Source
server/vueda/user/fields.py:11