Bloks

anyblok-core blok

class anyblok.bloks.anyblok_core.AnyBlokCore(registry)

Bases: anyblok.blok.Blok

This blok is required by all anyblok application. This blok define the main fonctionnality to install, update and uninstall blok. And also list the known models, fields, columns and relationships:

  • Core model

  • Field Type
    • Function
  • Column Types:
    • DateTime
    • Decimal
    • Float
    • Time
    • BigInteger
    • Boolean
    • Date
    • Integer
    • Interval
    • LargeBinary
    • SmallInteger
    • String
    • Text
    • uString
    • uText
    • Selection
    • Json
  • Relationship types
    • One2One
    • Many2One
    • One2Many
    • Many2Many
  • System Models
    • Blok
    • Model
    • Field
    • Column
    • Relationship
autoinstall = True
classmethod import_declaration_module()
priority = 0
classmethod reload_declaration_module(reload)
version = '0.2.9'