Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / coba

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • coba
  • opensipkd
  • tmp
  • form_test.py
  • aa.gusti's avatar
    perbaikan terimatgl · 1970af04
    aa.gusti committed Feb 24, 2025
    1970af04
form_test.py 248 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import colander
from deform import Form

class Schema(colander.Schema):
    a = colander.SchemaNode(colander.String())


schema = Schema()

form = Form(schema)
# print (dir(form.oid))
print (form.oid)
print (form.schema.a.id)
# print(form.render())