Searched refs:typechecked (Results 1 – 1 of 1) sorted by relevance
/external/bcc/src/lua/bcc/vendor/ |
D | argparse.lua | 121 local function typechecked(name, ...) function 239 typechecked("name", "string"), 240 typechecked("description", "string"), 241 typechecked("epilog", "string"), 242 typechecked("usage", "string"), 243 typechecked("help", "string"), 244 typechecked("require_command", "boolean"), 245 typechecked("handle_options", "boolean"), 246 typechecked("action", "function"), 247 typechecked("command_target", "string"), [all …]
|