Examples of using Function or method in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Let every function or method perform only one task.
The matrix productcan be performed using the dot function or method:.
Let every function or method perform only one task.
Unit tests test one unit of code at a time-usually one function or method.
Furthermore, each function or method can handle only a subset of all possible array types.
This PEP introduces new syntax for transformations of a function or method declaration.
This allows you to test each function or method directly, avoiding the bureaucracy of external testing.
Note that the above rules still apply when aclosure is used directly as a parameter to a function or method call.
In Go we can declare variables at the function or method scope, and also at the package scope.
If a function or method returns an error, then by convention it has to be the last value returned from the function. .
Buttons can contain text or images,and you can associate a Python function or method with each button.
Goroutin is a function or method that run concurrently with other functions or methods. .
Isroutine(obj): It is used to check whether the object is function, method, built-in function or method and so on.
Block comments inside a function or method should be indented to the same level as the code they describe.
A dotted name showingthe“path” from a module's global scope to a class, function or method defined in that module, as defined in PEP 3155.
If your public function or method returns an error of a particular value then that value must be public, and of course documented.
A dotted name showingthe“path” from a module's global scope to a class, function or method defined in that module, as defined in PEP 3155.
Some languages allow any function or method to be used as a constructor, others require a special syntax or declaration for constructors.
The current method of applying a transformation to a function or method places the actual transformation after the function body.
Block comments inside a function or method should be indented to the same level as the code they describe.
Often in application code, a function or method will be called that takes a list, returns a list, or both.
In PHP 4, when an object was passed to a function or method, it was passed by value, unless you explicitly told PHP otherwise.
An immediate call is just like a typical function or method call in a non-concurrent language: the sender waits until the receiver finishes and returns a value.
Use interfaces to describe the behaviour your functions or methods require.
This inspection detects references to undefined JavaScript functions or methods.
APIs can take various forms,but will typically include some combination of functions or methods, and data structures.
There are no type declarations of variables, parameters, functions, or methods in source code.
Goroutines are functions or methods that run concurrently with other functions and methods. .
A task is the unit of work scheduled by Ray andcorresponds to one function invocation or method invocation.
A function signature(or type signature, or method signature) defines input and output of functions or methods.