I want to use a return from a function in my field variable. How can I do this?
How can I put the return of the function in my field?
test_field = fields.Char('')
def test(self):
a = 1
if a == a:
return a
I want to use a return from a function in my field variable. How can I do this?
How can I put the return of the function in my field?
test_field = fields.Char('')
def test(self):
a = 1
if a == a:
return a
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
0
Des 16
|
4460 | |||
|
5
Mar 16
|
12425 | |||
|
1
Mar 15
|
5777 | |||
|
0
Jul 16
|
7302 | |||
|
1
Jun 16
|
4504 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.