Home
last modified time | relevance | path

Searched refs:check_unused_args (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py550 self.check_unused_args(used_args, args, kwargs)
594 def check_unused_args(self, used_args, args, kwargs): member in Formatter
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py564 self.check_unused_args(used_args, args, kwargs)
608 def check_unused_args(self, used_args, args, kwargs): member in Formatter
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_string.py178 def check_unused_args(self, used_args, args, kwargs): member in ModuleTest.test_formatter.CheckAllUsedFormatter