Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update This is why Phython is not (as good as) LISP
authored
Jun 06, 2022
by
Martin Pollet
Show whitespace changes
Inline
Side-by-side
This-is-why-Phython-is-not-(as-good-as)-LISP.md
View page @
df5596c8
```
```
python
def
get_generalformclass
(
modelclass
):
class
GeneralForm
(
ModelForm
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
...
...