Lines Matching full:just

197    When you're done you should have just the text, based at the left
241 the top. (In our sample code we'll just show the two blocks next to
470 Let's reiterate, just because it's kind of weird. Your code should now
479 Argument Clinic generated the checksum line and the function prototype just
582 used for the C functions. Just add the keyword ``"as"``
666 cannot have accurate signatures in Python, because Python just
808 to the impl function, just after the string parameter, as a parameter named
884 negative numbers. You just can't do that with a legacy converter!
889 Just run ``Tools/clinic/clinic.py --converters`` to see the full list.
963 value called ``NULL`` for just this reason: from Python's perspective it
970 The default value for a parameter can be more than just a literal value.
1097 just run ``Tools/clinic/clinic.py --converters`` for the full list.
1134 ``module.class`` in the sample just to illustrate that you must
1179 Just add your own ``self`` parameter as the first parameter in a
1406 To convert a function using ``METH_NOARGS``, just don't specify
1415 You can convert ``tp_new`` and ``tp_init`` functions. Just name
1419 like it would by default. It's just the name of the class, converted
1568 usually this just means creating forward declarations for various
1581 just above the static structures for your module or
1597 the end just like you would when using the ``buffer`` preset.
1609 Dump the ``buffer`` near the end, just like you would when using
1659 Just the name of the file, not including the directory.
1793 When this happens, just open your file, find the ``dump buffer`` block that