Lines Matching refs:use
27 Instead, always use the inheritance-sensitive `isinstance(obj, type)`.
31 It’s recommended to use **bytearray**, **bytes**, and **memoryviews** instead of a string.
38 be hugely beneficial performance-wise to make use of the `io.SBProcessRawIO` class. Furthermore, if…
39 a hurry and just want to read one specific chunk once, then it might be easier to use `LazyTarget.G…
50 And instead use:
90 # And then use buffered_io for your accesses
111 Which to use depends on the transformation goals. The lossy conversion produces a printable string
131 Always use **unsigned()** or **signed()** regardless of what the actual underlying type is
132 to ensure that macros use the correct semantics.
232 # Get HTML report or use other subcommands to inspect.
304 To report an actionable radar, please use re-run your failing macro with `--radar`.
311 YES, It is possible to use a debugger to debug your macro!
313 The steps are similar to testing techniques described above (use scripting interactive mode). There…
314 document the debugger itself. Lets focus on how to use it on a real life example. The debugger used…