Skip to content

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}

NameTypeRequiredDescription
clsyes
argsyes
kwargsyes

Source {#init-source}

.venv/lib/python3.11/site-packages/rest_framework/fields.py:614

_get_available_choices

Signature

_get_available_choices(self)

Parameters

NameTypeRequiredDescription
selfyes

Source

server/vueda/user/fields.py:16

Source

server/vueda/user/fields.py:11

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2