MCPcopy Create free account

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

Functions768 in github.com/ahmedkhlief/muddyc3-Revived

Method__setitem__
(self, key, value)
lib/web/browser.py:197
Method__setitem__
(self, name, value)
lib/web/template.py:1352
Method__str__
(self)
lib/prettytable.py:183
Method__str__
(self)
lib/web/db.py:58
Method__str__
(self)
lib/web/db.py:114
Method__str__
(self)
lib/web/db.py:280
Method__str__
(self)
lib/web/utils.py:1562
Method__str__
(self)
lib/web/form.py:207
Method__str__
(self)
lib/web/template.py:1381
Method__unicode__
(self)
lib/web/db.py:283
Method__unicode__
(self)
lib/web/template.py:1377
Method_add_global
Add a global to this rendering instance.
lib/web/template.py:1000
Function_char_block_width
(char)
lib/prettytable.py:1207
Method_compile
(self, *a)
lib/web/template.py:969
Method_connect
(self, keywords)
lib/web/db.py:993
Method_connect_with_pooling
(self, keywords)
lib/web/db.py:1002
Function_debugwrite
(x)
lib/web/webapi.py:556
Method_escape
(self, value, escape = False)
lib/web/template.py:869
Method_get_align
(self)
lib/prettytable.py:382
Method_get_attributes
A dictionary of HTML attribute name/value pairs to be included in the <table> tag when printing HTML Arguments:
lib/prettytable.py:707
Method_get_border
Controls printing of border around table Arguments: border - print a border around the table (True or False)
lib/prettytable.py:524
Method_get_d
(self)
lib/web/form.py:131
Method_get_end
End index of the range of rows to print Arguments: end - index of last data row to include in output PLUS ONE (l
lib/prettytable.py:440
Method_get_field_names
(self)
lib/prettytable.py:347
Method_get_fields
List or tuple of field names to include in displays Arguments: fields - list or tuple of field names to include
lib/prettytable.py:412
Method_get_float_format
Controls formatting of floating point data Arguments: float_format - floating point format string
lib/prettytable.py:579
Method_get_format
Controls whether or not HTML tables are formatted to match styling options Arguments: format - True or False
lib/prettytable.py:679
Method_get_header
Controls printing of table header with field names Arguments: header - print a header showing field names (True
lib/prettytable.py:496
Method_get_header_style
Controls stylisation applied to field names in header Arguments: header_style - stylisation to apply to field na
lib/prettytable.py:510
Method_get_horizontal_char
The charcter used when printing table borders to draw horizontal lines Arguments: horizontal_char - single chara
lib/prettytable.py:649
Method_get_hrules
Controls printing of horizontal rules after rows Arguments: hrules - horizontal rules style. Allowed values: FR
lib/prettytable.py:538
Method_get_insert_default_values_query
(self, table)
lib/web/db.py:1038
Method_get_int_format
Controls formatting of integer data Arguments: int_format - integer format string
lib/prettytable.py:566
Method_get_junction_char
The charcter used when printing table borders to draw line junctions Arguments: junction_char - single character
lib/prettytable.py:664
Method_get_left_padding_width
The number of empty spaces between a column's left edge and its content Arguments: left_padding - number of spac
lib/prettytable.py:606
Method_get_max_width
(self)
lib/prettytable.py:402
Method_get_padding_width
The number of empty spaces between a column's edge and its content Arguments: padding_width - number of spaces,
lib/prettytable.py:592
Method_get_print_empty
Controls whether or not empty tables produce a header and frame or just an empty string Arguments: print_empty -
lib/prettytable.py:693
Method_get_reversesort
Controls direction of sorting (ascending vs descending) Arguments: reveresort - set to True to sort by descendin
lib/prettytable.py:468
Method_get_right_padding_width
The number of empty spaces between a column's right edge and its content Arguments: right_padding - number of sp
lib/prettytable.py:620
Method_get_sort_key
Sorting key function, applied to data points before sorting Arguments: sort_key - a function which takes one arg
lib/prettytable.py:482
Method_get_sortby
Name of field by which to sort rows Arguments: sortby - field name to sort by
lib/prettytable.py:454
Method_get_start
Start index of the range of rows to print Arguments: start - index of first data row to include in output
lib/prettytable.py:426
Method_get_valign
(self)
lib/prettytable.py:392
Method_get_vertical_char
The charcter used when printing table borders to draw vertical lines Arguments: vertical_char - single character
lib/prettytable.py:634
Method_get_vrules
Controls printing of vertical rules between columns Arguments: vrules - vertical rules style. Allowed values: F
lib/prettytable.py:552
Method_getctx
(self)
lib/web/db.py:544
Method_join
(self, *items)
lib/web/template.py:866
Method_load
(self)
lib/web/application.py:104
Method_load_template
(self, name)
lib/web/template.py:1073
Method_param_marker
Returns parameter marker based on paramstyle attribute if this database.
lib/web/db.py:599
Method_process_insert_query
(self, query, tablename, seqname)
lib/web/db.py:977
Method_process_insert_query
(self, query, tablename, seqname)
lib/web/db.py:1034
Method_process_insert_query
(self, query, tablename, seqname)
lib/web/db.py:1072
Method_process_insert_query
(self, query, tablename, seqname)
lib/web/db.py:1188
Method_process_query
Takes the SQLQuery object and returns query string and parameters.
lib/web/db.py:1133
Method_processor
Application processor to setup session for every request
lib/web/session.py:79
Method_set_align
(self, val)
lib/prettytable.py:385
Method_set_attributes
(self, val)
lib/prettytable.py:715
Method_set_border
(self, val)
lib/prettytable.py:532
Method_set_end
(self, val)
lib/prettytable.py:448
Method_set_field_names
(self, val)
lib/prettytable.py:350
Method_set_fields
(self, val)
lib/prettytable.py:420
Method_set_float_format
(self, val)
lib/prettytable.py:586
Method_set_format
(self, val)
lib/prettytable.py:687
Method_set_header
(self, val)
lib/prettytable.py:504
Method_set_header_style
(self, val)
lib/prettytable.py:518
Method_set_horizontal_char
(self, val)
lib/prettytable.py:657
Method_set_hrules
(self, val)
lib/prettytable.py:546
Method_set_int_format
(self, val)
lib/prettytable.py:573
Method_set_junction_char
(self, val)
lib/prettytable.py:672
Method_set_left_padding_width
(self, val)
lib/prettytable.py:614
Method_set_max_width
(self, val)
lib/prettytable.py:405
Method_set_padding_width
(self, val)
lib/prettytable.py:600
Method_set_print_empty
(self, val)
lib/prettytable.py:701
Method_set_reversesort
(self, val)
lib/prettytable.py:476
Method_set_right_padding_width
(self, val)
lib/prettytable.py:628
Method_set_sort_key
(self, val)
lib/prettytable.py:490
Method_set_sortby
(self, val)
lib/prettytable.py:462
Method_set_start
(self, val)
lib/prettytable.py:434
Method_set_valign
(self, val)
lib/prettytable.py:395
Method_set_vertical_char
(self, val)
lib/prettytable.py:642
Method_set_vrules
(self, val)
lib/prettytable.py:560
Method_test
Test LIMIT. Fake presence of pymssql module for running tests. >>> import sys >>> sys.modules['pymssql']
lib/web/db.py:1159
Method_unload
(self)
lib/web/application.py:107
Methodadd_column
Add a column to the table. Arguments: fieldname - name of the field to contain the new column of data c
lib/prettytable.py:809
Methodaddatts
(self)
lib/web/form.py:192
Methodattr_access
()
lib/web/template.py:287
Functionautoassign
Automatically assigns local variables to `self`. >>> self = storage() >>> autoassign(self, dict(a=1, b=2)) >>> self.
lib/web/utils.py:1340
Functionautodelegate
Returns a method that takes one argument and calls the method named prefix+arg, calling `notfound()` if there isn't one. Example:
lib/web/application.py:650
Methodback
(self, args = None)
core/cmd.py:80
Methodbrowser
(self)
lib/web/application.py:227
Methodbuild_opener
(self)
lib/web/browser.py:221
Methodbuild_result
(result)
lib/web/application.py:280
Methodcgirun
Return a CGI handler. This is mostly useful with Google App Engine. There you can just do: main = app.cgirun
lib/web/application.py:326
Functionchangequery
Imagine you're at `/foo?a=1&b=2`. Then `changequery(a=3)` will return `/foo?a=3&b=2` -- the same URL but with the arguments you requested
lib/web/http.py:114
Methodcleanup
()
lib/web/application.py:295
Methodcleanup
(self, timeout)
lib/web/session.py:266
Methodcleanup
(self, timeout)
lib/web/session.py:313
Methodcleanup
(self, timeout)
lib/web/session.py:348
← previousnext →501–600 of 768, ranked by callers