Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoGameNoLife00/mybolg
/ types & classes
Types & classes
1,936 in github.com/NoGameNoLife00/mybolg
⨍
Functions
11,096
◇
Types & classes
1,936
↳
Endpoints
117
↓ 119 callers
Class
Column
Represents a column in a database table.
libs/sqlalchemy/sql/schema.py:830
↓ 119 callers
Class
Environment
r"""The core component of Jinja is the `Environment`. It contains important shared variables like configuration, filters, tests, globals and
libs/jinja2/environment.py:103
↓ 92 callers
Class
Markup
r"""Marks a string as being safe for inclusion in HTML/XML output without needing to be escaped. This implements the `__html__` interface a coupl
libs/markupsafe/__init__.py:25
↓ 54 callers
Class
CustomModelView
libs/flask_admin/tests/sqla/test_basic.py:15
↓ 49 callers
Class
String
The base for all string and character types. In SQL, corresponds to VARCHAR. Can also take Python unicode objects and encode to the database
libs/sqlalchemy/sql/sqltypes.py:77
↓ 43 callers
Class
ValidationError
Raised when a validator fails to validate its input.
libs/wtforms/validators.py:17
↓ 30 callers
Class
Flask
The flask object implements a WSGI application and acts as the central object. It is passed the name of the module or package of the applicat
libs/flask/app.py:66
↓ 30 callers
Class
WSGIWarning
Warning class for WSGI warnings.
libs/werkzeug/contrib/lint.py:31
↓ 25 callers
Class
Model1
libs/flask_admin/tests/sqla/test_basic.py:27
↓ 25 callers
Class
Table
Represent a table in a database. e.g.:: mytable = Table("mytable", metadata, Column('mytable_id', Integer, prima
libs/sqlalchemy/sql/schema.py:111
↓ 24 callers
Class
Impossible
Raised if the node could not perform a requested action.
libs/jinja2/nodes.py:55
↓ 20 callers
Class
CustomModelView
libs/flask_admin/tests/mongoengine/test_basic.py:18
↓ 20 callers
Class
MetaData
A collection of :class:`.Table` objects and their associated schema constructs. Holds a collection of :class:`.Table` objects as well as
libs/sqlalchemy/sql/schema.py:2991
↓ 18 callers
Class
DictLoader
Loads a template from a python dict. It's passed a dict of unicode strings bound to template names. This loader is useful for unittesting:
libs/jinja2/loaders.py:260
↓ 17 callers
Class
MockView
libs/flask_admin/tests/test_base.py:8
↓ 15 callers
Class
SingleByteCharSetProber
libs/html_convert/chardet/sbcharsetprober.py:41
↓ 15 callers
Class
User
libs/jinja2/testsuite/filters.py:155
↓ 15 callers
Class
max
libs/sqlalchemy/sql/functions.py:512
↓ 15 callers
Class
min
libs/sqlalchemy/sql/functions.py:516
↓ 14 callers
Class
ClauseList
Describe a list of clauses, separated by an operator. By default, is comma-separated, such as a column listing.
libs/sqlalchemy/sql/elements.py:1686
↓ 14 callers
Class
ObsoleteAttr
libs/flask_admin/_backwards.py:34
↓ 14 callers
Class
environ_property
Maps request attributes to environment variables. This works not only for the Werzeug request object, but also any other class with an environ
libs/werkzeug/utils.py:76
↓ 14 callers
Class
quoted_name
Represent a SQL identifier combined with quoting preferences. :class:`.quoted_name` is a Python unicode/str subclass which represents a parti
libs/sqlalchemy/sql/elements.py:3132
↓ 13 callers
Class
HTMLString
This is an "HTML safe string" class that is returned by WTForms widgets. For the most part, HTMLString acts like a normal unicode string, ex
libs/wtforms/widgets/core.py:51
↓ 13 callers
Class
Model1
libs/flask_admin/tests/peeweemodel/test_basic.py:39
↓ 13 callers
Class
Numeric
A type for fixed precision numbers, such as ``NUMERIC`` or ``DECIMAL``. This type returns Python ``decimal.Decimal`` objects by default, unless
libs/sqlalchemy/sql/sqltypes.py:425
↓ 13 callers
Class
TemplateNotFound
Raised if a template does not exist.
libs/jinja2/exceptions.py:45
↓ 13 callers
Class
Token
Token class.
libs/jinja2/lexer.py:225
↓ 12 callers
Class
ColumnDefault
A plain default value on a column. This could correspond to a constant, a callable function, or a SQL clause. :class:`.ColumnDefault` is
libs/sqlalchemy/sql/schema.py:1840
↓ 11 callers
Class
CodingStateMachine
libs/html_convert/chardet/codingstatemachine.py:30
↓ 11 callers
Class
CustomModelView
libs/flask_admin/tests/peeweemodel/test_basic.py:22
↓ 11 callers
Class
Headers
An object that stores some headers. It has a dict-like interface but is ordered and can store the same keys multiple times. This data struct
libs/werkzeug/datastructures.py:842
↓ 11 callers
Class
Template
Node that represents a template. This must be the outermost node that is passed to the compiler.
libs/jinja2/nodes.py:256
↓ 11 callers
Class
concat
libs/sqlalchemy/sql/functions.py:528
↓ 11 callers
Class
header_property
Like `environ_property` but for headers.
libs/werkzeug/utils.py:103
↓ 10 callers
Class
MockModelView
libs/flask_admin/tests/test_model.py:48
↓ 10 callers
Class
Response
Full featured response object implementing the following mixins: - :class:`ETagResponseMixin` for etag and cache control handling - :class:`R
libs/werkzeug/wrappers.py:1814
↓ 10 callers
Class
TestForm
libs/flask_admin/tests/test_form_upload.py:40
↓ 10 callers
Class
sum
libs/sqlalchemy/sql/functions.py:520
↓ 9 callers
Class
BinaryExpression
Represent an expression that is ``LEFT <operator> RIGHT``. A :class:`.BinaryExpression` is generated automatically whenever two column expres
libs/sqlalchemy/sql/elements.py:2566
↓ 9 callers
Class
BindParameter
Represent a "bound expression". :class:`.BindParameter` is invoked explicitly using the :func:`.bindparam` function, as in:: from sq
libs/sqlalchemy/sql/elements.py:803
↓ 9 callers
Class
Model1
libs/flask_admin/tests/mongoengine/test_basic.py:31
↓ 9 callers
Class
Model2
libs/flask_admin/tests/sqla/test_basic.py:59
↓ 9 callers
Class
UnaryExpression
Define a 'unary' expression. A unary expression has a single column expression and an operator. The operator can be placed on the left (
libs/sqlalchemy/sql/elements.py:2284
↓ 9 callers
Class
_anonymous_label
A unicode subclass used to identify anonymously generated names.
libs/sqlalchemy/sql/elements.py:3307
↓ 8 callers
Class
Admin
Collection of the admin views. Also manages menu structure.
libs/flask_admin/base.py:441
↓ 8 callers
Class
MultiDict
A :class:`MultiDict` is a dictionary subclass customized to deal with multiple values for the same key which is for example used by the parsing
libs/werkzeug/datastructures.py:318
↓ 8 callers
Class
Null
Represent the NULL keyword in a SQL statement. :class:`.Null` is accessed as a constant via the :func:`.null` function.
libs/sqlalchemy/sql/elements.py:1533
↓ 8 callers
Class
Select
Represents a ``SELECT`` statement.
libs/sqlalchemy/sql/selectable.py:2041
↓ 8 callers
Class
SpecPredicate
libs/sqlalchemy/testing/exclusions.py:213
↓ 8 callers
Class
TemplateSyntaxError
Raised to tell the user that there is a problem with the template.
libs/jinja2/exceptions.py:81
↓ 7 callers
Class
ClauseAdapter
Clones and modifies clauses based on column correspondence. E.g.:: table1 = Table('sometable', metadata, Column('col1', Integer)
libs/sqlalchemy/sql/util.py:461
↓ 7 callers
Class
ConfigAttribute
Makes an attribute forward to the config
libs/flask/config.py:20
↓ 7 callers
Class
FilterArgumentError
This error is raised if a filter was called with inappropriate arguments
libs/jinja2/exceptions.py:143
↓ 7 callers
Class
Header
Render header text.
libs/flask_admin/form/rules.py:293
↓ 7 callers
Class
LocalProxy
Acts as a proxy for a werkzeug local. Forwards all operations to a proxied object. The only operations not supported for forwarding are righ
libs/werkzeug/local.py:250
↓ 7 callers
Class
Rule
A Rule represents one URL pattern. There are some options for `Rule` that change the way it behaves and are passed to the `Rule` constructor.
libs/werkzeug/routing.py:422
↓ 6 callers
Class
ARRAY
Postgresql ARRAY type. Represents values as Python lists. An :class:`.ARRAY` type is constructed given the "type" of element::
libs/sqlalchemy/dialects/postgresql/base.py:708
↓ 6 callers
Class
BadRequest
*400* `Bad Request` Raise if the browser sends something to the application the application or server cannot handle.
libs/werkzeug/exceptions.py:163
↓ 6 callers
Class
ColumnCollection
An ordered dictionary that stores a list of ColumnElement instances. Overrides the ``__eq__()`` method to produce SQL clauses between set
libs/sqlalchemy/sql/base.py:443
↓ 6 callers
Class
CompoundSelect
Forms the basis of ``UNION``, ``UNION ALL``, and other SELECT-based set operations. .. seealso:: :func:`.union` :func:
libs/sqlalchemy/sql/selectable.py:1756
↓ 6 callers
Class
HTTPWarning
Warning class for HTTP warnings.
libs/werkzeug/contrib/lint.py:35
↓ 6 callers
Class
LRUCache
A simple LRU Cache implementation.
libs/jinja2/utils.py:294
↓ 6 callers
Class
SandboxedEnvironment
The sandboxed environment. It works like the regular environment but tells the compiler to generate sandboxed code. Additionally subclasses of
libs/jinja2/sandbox.py:180
↓ 6 callers
Class
Sequence
Represents a named database sequence. The :class:`.Sequence` object represents the name and configurational parameters of a database sequence
libs/sqlalchemy/sql/schema.py:1945
↓ 6 callers
Class
StopValidation
Causes the validation chain to stop. If StopValidation is raised, no more validators in the validation chain are called. If raised with
libs/wtforms/validators.py:25
↓ 5 callers
Class
BadPayload
This error is raised in situations when payload is loaded without checking the signature first and an exception happend as a result of that.
libs/itsdangerous.py:121
↓ 5 callers
Class
ColumnClause
Represents a column expression from any textual string. The :class:`.ColumnClause`, a lightweight analogue to the :class:`.Column` class, is
libs/sqlalchemy/sql/elements.py:2866
↓ 5 callers
Class
Event
A token propagated throughout the course of a chain of attribute events. Serves as an indicator of the source of the event and also provides
libs/sqlalchemy/orm/attributes.py:332
↓ 5 callers
Class
OrPredicate
libs/sqlalchemy/testing/exclusions.py:315
↓ 5 callers
Class
TemplateRuntimeError
A generic runtime error in the template engine. Under some situations Jinja may raise this exception.
libs/jinja2/exceptions.py:127
↓ 5 callers
Class
_CompileLabel
lightweight label object which acts as an expression.Label.
libs/sqlalchemy/sql/compiler.py:272
↓ 5 callers
Class
compound
libs/sqlalchemy/testing/exclusions.py:32
↓ 4 callers
Class
Article
libs/jinja2/testsuite/filters.py:348
↓ 4 callers
Class
BadHeader
Raised if a signed header is invalid in some form. This only happens for serializers that have a header that goes with the signature. ..
libs/itsdangerous.py:173
↓ 4 callers
Class
BadSignature
This error is raised if a signature does not match. As of itsdangerous 0.14 there are helpful attributes on the exception instances. You can
libs/itsdangerous.py:141
↓ 4 callers
Class
CTE
Represent a Common Table Expression. The :class:`.CTE` object is obtained using the :meth:`.SelectBase.cte` method from any selectable. S
libs/sqlalchemy/sql/selectable.py:1033
↓ 4 callers
Class
ClosingIterator
The WSGI specification requires that all middlewares and gateways respect the `close` callback of an iterator. Because it is useful to add an
libs/werkzeug/wsgi.py:654
↓ 4 callers
Class
ContentRange
Represents the content range header. .. versionadded:: 0.7
libs/werkzeug/datastructures.py:2232
↓ 4 callers
Class
EnvironBuilder
This class can be used to conveniently create a WSGI environment for testing purposes. It can be used to quickly create WSGI environments or
libs/werkzeug/test.py:209
↓ 4 callers
Class
EvalContext
Holds evaluation time information. Custom attributes can be attached to it in extensions.
libs/jinja2/nodes.py:76
↓ 4 callers
Class
Float
Type representing floating point types, such as ``FLOAT`` or ``REAL``. This type returns Python ``float`` objects by default, unless the :par
libs/sqlalchemy/sql/sqltypes.py:602
↓ 4 callers
Class
FromGrouping
Represent a grouping of a FROM clause
libs/sqlalchemy/sql/selectable.py:1081
↓ 4 callers
Class
Grouping
Represent a grouping within a column expression
libs/sqlalchemy/sql/elements.py:2660
↓ 4 callers
Class
HMACAlgorithm
This class provides signature generation using HMACs.
libs/itsdangerous.py:255
↓ 4 callers
Class
Index
A table-level INDEX. Defines a composite (one or more column) INDEX. E.g.:: sometable = Table("sometable", metadata,
libs/sqlalchemy/sql/schema.py:2789
↓ 4 callers
Class
Model2
libs/flask_admin/tests/mongoengine/test_basic.py:41
↓ 4 callers
Class
Model2
libs/flask_admin/tests/peeweemodel/test_basic.py:66
↓ 4 callers
Class
Module
Deprecated module support. Until Flask 0.6 modules were a different name of the concept now available as blueprints in Flask. They are essen
libs/flask/module.py:22
↓ 4 callers
Class
NotFound
*404* `Not Found` Raise if a resource does not exist and never existed.
libs/werkzeug/exceptions.py:227
↓ 4 callers
Class
NotPredicate
libs/sqlalchemy/testing/exclusions.py:300
↓ 4 callers
Class
OrderedDict
A dict that returns keys/values/items in the order they were added.
libs/sqlalchemy/util/_collections.py:222
↓ 4 callers
Class
RandomSet
libs/sqlalchemy/testing/util.py:68
↓ 4 callers
Class
RequestRedirect
Raise if the map requests a redirect. This is for example the case if `strict_slashes` are activated and an url that requires a trailing slash.
libs/werkzeug/routing.py:219
↓ 4 callers
Class
TextField
Legacy alias for StringField .. deprecated:: 2.0
libs/wtforms/fields/simple.py:13
↓ 4 callers
Class
TokenStream
A token stream is an iterable that yields :class:`Token`\s. The parser however does not iterate over it but calls :meth:`next` to go one toke
libs/jinja2/lexer.py:290
↓ 4 callers
Class
UnevaluatableError
libs/sqlalchemy/orm/evaluator.py:13
↓ 4 callers
Class
_ColumnEntity
Column/expression based entity.
libs/sqlalchemy/orm/query.py:3397
↓ 4 callers
Class
_ORMJoin
Extend Join to support ORM constructs as input.
libs/sqlalchemy/orm/util.py:749
↓ 4 callers
Class
_UnboundLoad
Represent a loader option that isn't tied to a root entity. The loader option will produce an entity-linked :class:`.Load` object when it is
libs/sqlalchemy/orm/strategy_options.py:247
next →
1–100 of 1,936, ranked by callers