Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/detailyang/ipc_benchmark
/ functions
Functions
148 in github.com/detailyang/ipc_benchmark
⨍
Functions
148
◇
Types & classes
28
↓ 23 callers
Method
_validate_option
(self, option, val)
prettytable.py:256
↓ 14 callers
Method
_unicode
(self, value)
prettytable.py:177
↓ 14 callers
Method
add_row
Add a row to the table Arguments: row - row of data, should be a list with as many elements as the table has fields
prettytable.py:808
↓ 8 callers
Function
timediff
ipc_bm.c:80
↓ 5 callers
Function
_str_block_width
(val)
prettytable.py:1327
↓ 4 callers
Method
_get_padding_widths
(self, options)
prettytable.py:906
↓ 4 callers
Function
_get_size
(text)
prettytable.py:76
↓ 3 callers
Function
Sema4Lock
ipc_bm.c:67
↓ 3 callers
Method
_format_rows
(self, rows, options)
prettytable.py:941
↓ 3 callers
Method
_get_rows
Return only those data rows that should be printed, based on slicing and sorting. Arguments: options - dictionary of option settings
prettytable.py:918
↓ 3 callers
Function
sem_reserve
shm.c:43
↓ 2 callers
Function
InitSema4
ipc_bm.c:43
↓ 2 callers
Function
Sema4release
ipc_bm.c:54
↓ 2 callers
Method
__unicode__
(self)
prettytable.py:242
↓ 2 callers
Method
_get_options
(self, kwargs)
prettytable.py:732
↓ 2 callers
Method
_justify
(self, text, width, align)
prettytable.py:184
↓ 2 callers
Method
_validate_align
(self, val)
prettytable.py:310
↓ 2 callers
Method
_validate_field_name
(self, name, val)
prettytable.py:374
↓ 2 callers
Method
_validate_header_style
(self, val)
prettytable.py:304
↓ 2 callers
Method
_validate_valign
(self, val)
prettytable.py:316
↓ 2 callers
Function
sem_init
shm.c:19
↓ 2 callers
Function
sem_release
shm.c:30
↓ 1 callers
Function
AnonPipe
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:771
↓ 1 callers
Function
NamedPipeFifo
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:858
↓ 1 callers
Function
PosixQ
posixq.c:16
↓ 1 callers
Function
PosixQ
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:651
↓ 1 callers
Function
ShrMem
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:104
↓ 1 callers
Function
SockPair
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:565
↓ 1 callers
Function
TCPSocket
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:447
↓ 1 callers
Function
UDPSocket
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:348
↓ 1 callers
Method
__init__
Return a new PrettyTable instance Arguments: encoding - Unicode encoding scheme used to decode any encoded input field_names
prettytable.py:84
↓ 1 callers
Method
_compute_widths
(self, rows, options)
prettytable.py:892
↓ 1 callers
Method
_format_row
(self, row, options)
prettytable.py:938
↓ 1 callers
Method
_format_value
(self, field, value)
prettytable.py:885
↓ 1 callers
Method
_get_formatted_html_string
(self, options)
prettytable.py:1230
↓ 1 callers
Method
_get_simple_html_string
(self, options)
prettytable.py:1190
↓ 1 callers
Method
_set_columns_style
(self)
prettytable.py:783
↓ 1 callers
Method
_set_default_style
(self)
prettytable.py:760
↓ 1 callers
Method
_set_msword_style
(self)
prettytable.py:773
↓ 1 callers
Method
_set_random_style
(self)
prettytable.py:791
↓ 1 callers
Method
_stringify_header
(self, options)
prettytable.py:1035
↓ 1 callers
Method
_stringify_hrule
(self, options)
prettytable.py:1009
↓ 1 callers
Method
_stringify_row
(self, row, options)
prettytable.py:1082
↓ 1 callers
Method
_validate_all_field_names
(self, name, val)
prettytable.py:380
↓ 1 callers
Method
_validate_attributes
(self, name, val)
prettytable.py:393
↓ 1 callers
Method
_validate_field_names
(self, val)
prettytable.py:286
↓ 1 callers
Method
_validate_float_format
(self, name, val)
prettytable.py:343
↓ 1 callers
Method
_validate_function
(self, name, val)
prettytable.py:356
↓ 1 callers
Method
_validate_hrules
(self, name, val)
prettytable.py:362
↓ 1 callers
Method
_validate_int_format
(self, name, val)
prettytable.py:334
↓ 1 callers
Method
_validate_nonnegative_int
(self, name, val)
prettytable.py:322
↓ 1 callers
Method
_validate_single_char
(self, name, val)
prettytable.py:387
↓ 1 callers
Method
_validate_true_or_false
(self, name, val)
prettytable.py:328
↓ 1 callers
Method
_validate_vrules
(self, name, val)
prettytable.py:368
↓ 1 callers
Function
from_html
Generates a list of PrettyTables from a string of HTML code. Each <table> in the HTML becomes one PrettyTable object.
prettytable.py:1430
↓ 1 callers
Method
generate_table
Generates from a list of rows a PrettyTable object.
prettytable.py:1403
↓ 1 callers
Method
get_string
Return string representation of table in current state. Arguments: start - index of first data row to include in output end
prettytable.py:948
↓ 1 callers
Function
getdetlatimeofday
socketpair.c:10
↓ 1 callers
Function
getdetlatimeofday
pipe.c:7
↓ 1 callers
Function
getdetlatimeofday
shm.c:56
↓ 1 callers
Function
getdetlatimeofday
tcp.c:14
↓ 1 callers
Function
getdetlatimeofday
uds.c:13
↓ 1 callers
Function
getdetlatimeofday
fifo.c:9
↓ 1 callers
Function
getdetlatimeofday
udp.c:14
↓ 1 callers
Function
main
()
prettytable.py:1457
↓ 1 callers
Method
make_fields_unique
iterates over the row and make each field unique
prettytable.py:1421
↓ 1 callers
Function
run_cmd
(cmd)
run_test.py:12
↓ 1 callers
Function
timediff
posixq.c:10
Function
UDSocket
Unit Name : \Brief : \Param : Return type : N/A Limitations : Notes :
ipc_bm.c:228
Method
__getattr__
(self, name)
prettytable.py:205
Method
__getitem__
(self, index)
prettytable.py:219
Method
__init__
(self, **kwargs)
prettytable.py:1366
Method
__str__
(self)
prettytable.py:236
Function
_char_block_width
(char)
prettytable.py:1294
Method
_get_align
(self)
prettytable.py:436
Method
_get_attributes
A dictionary of HTML attribute name/value pairs to be included in the <table> tag when printing HTML Arguments: attributes - diction
prettytable.py:716
Method
_get_border
Controls printing of border around table Arguments: border - print a border around the table (True or False)
prettytable.py:557
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 (list slice style)
prettytable.py:485
Method
_get_field_names
(self)
prettytable.py:403
Method
_get_fields
List or tuple of field names to include in displays Arguments: fields - list or tuple of field names to include in displays
prettytable.py:460
Method
_get_float_format
Controls formatting of floating point data Arguments: float_format - floating point format string
prettytable.py:605
Method
_get_format
Controls whether or not HTML tables are formatted to match styling options Arguments: format - True or False
prettytable.py:692
Method
_get_header
Controls printing of table header with field names Arguments: header - print a header showing field names (True or False)
prettytable.py:533
Method
_get_header_style
Controls stylisation applied to field names in header Arguments: header_style - stylisation to apply to field names in header ("cap"
prettytable.py:545
Method
_get_horizontal_char
The charcter used when printing table borders to draw horizontal lines Arguments: horizontal_char - single character string used to
prettytable.py:666
Method
_get_hrules
Controls printing of horizontal rules after rows Arguments: hrules - horizontal rules style. Allowed values: FRAME, ALL, HEADER, NO
prettytable.py:569
Method
_get_int_format
Controls formatting of integer data Arguments: int_format - integer format string
prettytable.py:593
Method
_get_junction_char
The charcter used when printing table borders to draw line junctions Arguments: junction_char - single character string used to draw
prettytable.py:679
Method
_get_left_padding_width
The number of empty spaces between a column's left edge and its content Arguments: left_padding - number of spaces, must be a positi
prettytable.py:629
Method
_get_max_width
(self)
prettytable.py:452
Method
_get_padding_width
The number of empty spaces between a column's edge and its content Arguments: padding_width - number of spaces, must be a positive i
prettytable.py:617
Method
_get_print_empty
Controls whether or not empty tables produce a header and frame or just an empty string Arguments: print_empty - True or False
prettytable.py:704
Method
_get_reversesort
Controls direction of sorting (ascending vs descending) Arguments: reveresort - set to True to sort by descending order, or False to
prettytable.py:509
Method
_get_right_padding_width
The number of empty spaces between a column's right edge and its content Arguments: right_padding - number of spaces, must be a posi
prettytable.py:641
Method
_get_sort_key
Sorting key function, applied to data points before sorting Arguments: sort_key - a function which takes one argument and returns so
prettytable.py:521
Method
_get_sortby
Name of field by which to sort rows Arguments: sortby - field name to sort by
prettytable.py:497
Method
_get_start
Start index of the range of rows to print Arguments: start - index of first data row to include in output
prettytable.py:472
Method
_get_valign
(self)
prettytable.py:444
Method
_get_vertical_char
The charcter used when printing table borders to draw vertical lines Arguments: vertical_char - single character string used to draw
prettytable.py:653
Method
_get_vrules
Controls printing of vertical rules between columns Arguments: vrules - vertical rules style. Allowed values: FRAME, ALL, NONE
prettytable.py:581
next →
1–100 of 148, ranked by callers