MCPcopy Create free account

hub / github.com/ahmedkhlief/muddyc3-Revived / functions

Functions768 in github.com/ahmedkhlief/muddyc3-Revived

↓ 1 callersMethod_validate_field_names
(self, val)
lib/prettytable.py:224
↓ 1 callersMethod_validate_float_format
(self, name, val)
lib/prettytable.py:285
↓ 1 callersMethod_validate_function
(self, name, val)
lib/prettytable.py:298
↓ 1 callersMethod_validate_hrules
(self, name, val)
lib/prettytable.py:304
↓ 1 callersMethod_validate_int_format
(self, name, val)
lib/prettytable.py:276
↓ 1 callersMethod_validate_ip
(self)
lib/web/session.py:120
↓ 1 callersMethod_validate_nonnegative_int
(self, name, val)
lib/prettytable.py:264
↓ 1 callersMethod_validate_single_char
(self, name, val)
lib/prettytable.py:335
↓ 1 callersMethod_validate_true_or_false
(self, name, val)
lib/prettytable.py:270
↓ 1 callersMethod_validate_vrules
(self, name, val)
lib/prettytable.py:313
↓ 1 callersMethodadd_mapping
(self, pattern, classname)
lib/web/application.py:123
↓ 1 callersFunctionattrget
(obj, attr, value = None)
lib/web/form.py:9
↓ 1 callersFunctionbars
(size, n, lenx)
lib/web/utils.py:599
↓ 1 callersMethodbuild_opener
Builds the opener using (urllib2/urllib.request).build_opener. Subclasses can override this function to prodive custom openers.
lib/web/browser.py:67
↓ 1 callersMethodcheck
(self, mod)
lib/web/application.py:705
↓ 1 callersMethodcheck_assign_targets
(self, node)
lib/web/template.py:1267
↓ 1 callersMethodcleanup
removes all the expired sessions
lib/web/session.py:194
↓ 1 callersMethodclear_all
Clears all ThreadedDict instances.
lib/web/utils.py:1269
↓ 1 callersMethodcommit
(self)
lib/web/db.py:512
↓ 1 callersMethodcompile_template
(self, template_string, filename)
lib/web/template.py:937
↓ 1 callersFunctioncompile_templates
Compiles templates to python code.
lib/web/template.py:1096
↓ 1 callersFunctionconvert
(value, doseq = False)
lib/web/http.py:104
↓ 1 callersMethodcreate_block_node
(self, keyword, stmt, block, begin_indent)
lib/web/template.py:474
↓ 1 callersMethodcreate_parser
(self)
lib/web/template.py:930
↓ 1 callersFunctiondata
Returns the data sent with the request.
lib/web/webapi.py:422
↓ 1 callersFunctiondburl2dict
Takes a URL to a database and parses it into an equivalent dictionary. >>> dburl2dict('postgres:///mygreatdb') == {'pw': None, 'dbn'
lib/web/db.py:1196
↓ 1 callersFunctiondebugerror
A replacement for `internalerror` that presents a nice page with lots of debug information for the programmer. (Based on the bea
lib/web/debugerror.py:106
↓ 1 callersFunctiondenumify
Formats `string` according to `pattern`, where the letter X gets replaced by characters from `string`. >>> denumify("8005551212"
lib/web/utils.py:995
↓ 1 callersMethoddo_commit
(self)
lib/web/db.py:465
↓ 1 callersMethoddo_rollback
(self)
lib/web/db.py:468
↓ 1 callersMethoddo_transact
(self)
lib/web/db.py:462
↓ 1 callersMethodend_headers
(self)
lib/web/httpserver.py:180
↓ 1 callersFunctioneta
(elapsed, n, lenx)
lib/web/utils.py:607
↓ 1 callersMethodeval_expr
(self, node, mapping)
lib/web/db.py:1444
↓ 1 callersMethodeval_node
(self, node, mapping)
lib/web/db.py:1438
↓ 1 callersMethodfail_name
(self, node, nodename)
lib/web/template.py:1279
↓ 1 callersMethodfill
(self, source = None, **kw)
lib/web/form.py:107
↓ 1 callersFunctionfrom_html
Generates a list of PrettyTables from a string of HTML code. Each <table> in the HTML becomes one PrettyTable object.
lib/prettytable.py:1328
↓ 1 callersMethodgen_clause
(self, sql, val, vars)
lib/web/db.py:762
↓ 1 callersMethodgenerate_table
Generates from a list of rows a PrettyTable object.
lib/prettytable.py:1299
↓ 1 callersMethodget_default_id
(self)
lib/web/form.py:160
↓ 1 callersMethodget_forms
Returns all forms in the current document. The returned form objects implement the ClientForm.HTMLForm interface.
lib/web/browser.py:164
↓ 1 callersMethodget_marker
(self, paramstyle='pyformat')
lib/web/db.py:94
↓ 1 callersMethodget_string
Return string representation of table in current state. Arguments: start - index of first data row to include in
lib/prettytable.py:899
↓ 1 callersMethodget_type
(self)
lib/web/form.py:157
↓ 1 callersMethodget_type
(self)
lib/web/form.py:427
↓ 1 callersMethodget_value
(self)
lib/web/form.py:175
↓ 1 callersMethodhandle
(self)
lib/web/application.py:230
↓ 1 callersMethodhelp
(self, args = None)
core/cmd.py:25
↓ 1 callersFunctionhtmlquote
r""" Encodes `text` for raw use in HTML. >>> htmlquote(u"<'&\">") u'&lt;&#39;&amp;&quot;&gt;'
lib/web/net.py:219
↓ 1 callersFunctionhtmlunquote
r""" Decodes `text` that's HTML quoted. >>> htmlunquote(u'&lt;&#39;&amp;&quot;&gt;') u'<\'&">'
lib/web/net.py:234
↓ 1 callersMethodhttp_open
(self, req)
lib/web/browser.py:232
↓ 1 callersMethodis_literal
(self, text)
lib/web/db.py:1397
↓ 1 callersMethodis_unallowed_attr
(self, name)
lib/web/template.py:1289
↓ 1 callersMethoditerkeys
(self)
lib/web/utils.py:1309
↓ 1 callersFunctionlastmodified
Outputs a `Last-Modified` header for `datetime`.
lib/web/http.py:47
↓ 1 callersFunctionlistget
Returns `lst[ind]` if it exists, `default` otherwise. >>> listget(['a'], 0) 'a' >>> listget(['a'], 1) >>> li
lib/web/utils.py:867
↓ 1 callersMethodlog
(self, status, environ)
lib/web/httpserver.py:267
↓ 1 callersFunctionlogout
()
lib/web/webopenid.py:72
↓ 1 callersMethodlookahead2
(self)
lib/web/template.py:353
↓ 1 callersFunctionmain
()
muddyc3.py:10
↓ 1 callersFunctionmain
()
lib/prettytable.py:1352
↓ 1 callersMethodmake_env
(self, globals, builtins)
lib/web/template.py:863
↓ 1 callersMethodmake_fields_unique
iterates over the row and make each field unique
lib/prettytable.py:1318
↓ 1 callersFunctionnext_hook
()
lib/web/application.py:636
↓ 1 callersMethodnormpath
(self, path)
lib/web/httpserver.py:235
↓ 1 callersMethodparse_all
(self)
lib/web/db.py:1361
↓ 1 callersFunctionparse_cookies
r"""Parse a HTTP_COOKIE header and return dict of cookie names and decoded values. >>> sorted(parse_cookies('').items()) [] >>> s
lib/web/webapi.py:472
↓ 1 callersFunctionplainformat
(n, lenx)
lib/web/utils.py:596
↓ 1 callersMethodprepare_message
(self)
lib/web/utils.py:1506
↓ 1 callersFunctionprocess_fieldstorage
(fs)
lib/web/webapi.py:396
↓ 1 callersMethodpython_tokens
(self, text)
lib/web/template.py:399
↓ 1 callersFunctionrawinput
Returns storage object with GET or POST arguments.
lib/web/webapi.py:365
↓ 1 callersMethodread_assignment
r"""Reads assignment statement from text. >>> read_assignment = Parser().read_assignment >>> read_assignment('a =
lib/web/template.py:373
↓ 1 callersMethodread_block_section
r""" >>> read_block_section = Parser().read_block_section >>> read_block_section('for i in range(10): hello $i\nfoo')
lib/web/template.py:443
↓ 1 callersMethodread_defwith
(self, text)
lib/web/template.py:94
↓ 1 callersMethodread_expr
Reads a python expression from the text and returns the expression and remaining text. expr -> simple_expr | paren_expr si
lib/web/template.py:242
↓ 1 callersMethodread_keyword
(self, text)
lib/web/template.py:238
↓ 1 callersMethodread_node
Reads a node from the given text and returns the node and remaining text. >>> read_node = Parser().read_node >>> r
lib/web/template.py:200
↓ 1 callersMethodread_section
r"""Reads one section from the given text. section -> block | assignment | line >>> read_section = Parser().
lib/web/template.py:102
↓ 1 callersMethodread_statement
Reads a python statement. >>> read_statement = Parser().read_statement >>> read_statement('for i in range(10): hel
lib/web/template.py:432
↓ 1 callersMethodread_text
Reads a text node from the given text. >>> read_text = Parser().read_text >>> read_text('hello $name')
lib/web/template.py:225
↓ 1 callersMethodread_var
r"""Reads a var statement. >>> read_var = Parser().read_var >>> read_var('var x=10\nfoo') (<var: x =
lib/web/template.py:129
↓ 1 callersMethodrender
(self)
lib/web/form.py:49
↓ 1 callersMethodrequest
Makes request to this application for the specified path and method. Response will be a storage object with data, status and headers.
lib/web/application.py:144
↓ 1 callersMethodrollback
(self)
lib/web/db.py:517
↓ 1 callersFunctionrstrips
removes the string `remove` from the right of `text` >>> rstrips("foobar", "bar") 'foo'
lib/web/utils.py:287
↓ 1 callersMethodrun
(self, port = 8080, host = '0.0.0.0', *middleware)
core/webserver.py:13
↓ 1 callersMethodrun_wsgi_app
(self)
lib/web/httpserver.py:45
↓ 1 callersMethodsend
(self)
lib/web/utils.py:1515
↓ 1 callersFunctionsendmail
Sends the email message `message` with mail and envelope headers for from `from_address_` to `to_address` with `subject`. Additional ema
lib/web/utils.py:1408
↓ 1 callersMethodsql_clauses
(self, what, tables, where, group, order, limit, offset)
lib/web/db.py:745
↓ 1 callersFunctionsqlify
converts `obj` to its proper SQL version >>> sqlify(None) 'NULL' >>> sqlify(True) "'t'" >>> sqlify(3
lib/web/db.py:349
↓ 1 callersFunctionsqlwhere
Converts a two-tuple (key, value) iterable `data` to an SQL WHERE clause `SQLQuery`. >>> sqlwhere((('cust_id', 2), ('order_id',3)))
lib/web/db.py:423
↓ 1 callersFunctionstatus
()
lib/web/webopenid.py:55
↓ 1 callersMethodstop
Stops the http server started by run.
lib/web/application.py:318
↓ 1 callersFunctiontake
(seq, n)
lib/web/utils.py:549
↓ 1 callersFunctiontest_parser
()
lib/web/db.py:1455
↓ 1 callersFunctiontest_safeeval
()
lib/web/db.py:1479
↓ 1 callersFunctiontoB52
(st)
core/webserver.py:20
← previousnext →201–300 of 768, ranked by callers