代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/447020/7560437

m ncsubsasgn.m

function theResult = ncsubsasgn(self, varargin) % ncitem/ncsubsasgn -- Dispatch subsasgn() call. % ncsubsasgn(self, type1, subs1, ..., other) dispatches % a call to the subsasgn() function for
www.eeworm.com/read/447020/7560444

m name.m

function theResult = name(self, theNewName) % ncitem/name -- Name of the NetCDF item. % name(self) returns the name of self, an ncitem object. % name(self, theNewName) renames self to theNewNam
www.eeworm.com/read/447020/7560452

m size.m

function [varargout] = size(self, index) % ncitem/size -- Sizes (dimensions) of an "ncitem" object. % size(self) returns the size of self, an object derived % from the "ncitem" class. Dependi
www.eeworm.com/read/447020/7560453

m ncid.m

function theResult = ncid(self, theNCid) % ncitem/ncid -- Id of the owner of an ncitem object. % ncid(self) returns the ncid of the "netcdf" % object that owns self, an "ncitem" object. % nc
www.eeworm.com/read/447020/7560463

m rename.m

function theResult = rename(self, theNewName) % ncitem/rename -- Rename a NetCDF entity. % rename(self, theNewName) renames the NetCDF entity % associated with self, an object derived from the
www.eeworm.com/read/447020/7560464

m unsigned.m

function theResult = unsigned(self, isUnsigned) % ncitem/unsigned -- Set/get unsigned flag. % unsigned(self) returns TRUE if the "unsigned" flag % has been set to interpret NetCDF signed integ
www.eeworm.com/read/446504/7577304

py restore.py

#!/usr/bin/env python # -*- coding: utf-8 -*- # restore.py # # Author: Laudeci Oliveira # Rafael Proen莽a # # This program is free sof
www.eeworm.com/read/446006/7586803

py listing29-2.py

# Configuration file for Squish # ----------------------------- # Feel free to modify the configuration variables below to taste. # If the game is too fast or too slow, try to modify the speed # vari
www.eeworm.com/read/446006/7586819

py listing28-2.py

from xmlrpclib import ServerProxy, Fault from server import Node, UNHANDLED from client import randomString from threading import Thread from time import sleep from os import listdir import sys import
www.eeworm.com/read/446006/7586820

py listing28-1.py

from xmlrpclib import ServerProxy, Fault from server import Node, UNHANDLED from client import randomString from threading import Thread from time import sleep from os import listdir import sys import