代码搜索:self

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

代码结果 10,000
www.eeworm.com/read/358185/10194759

py gpsfake.py

""" $Id: gpsfake.py 4646 2007-12-28 04:45:02Z ckuethe $ gpsfake.py -- classes for creating a controlled test environment around gpsd. The gpsfake(1) regression tester shipped with gpsd is a trivial
www.eeworm.com/read/280954/10276610

py tz.py

""" Copyright (c) 2003-2005 Gustavo Niemeyer This module offers extensions to the standard python 2.3+ datetime module. """ __author__ = "Gustavo Niemeyer
www.eeworm.com/read/280954/10276626

py __init__.py

# # Copyright (c) 2006, 2007 Canonical # # Written by Gustavo Niemeyer # # This file is part of Storm Object Relational Mapper. # # Storm is free software; you can redistribute
www.eeworm.com/read/355278/10282448

todo

TODO list for smartmontools: $Id: TODO,v 1.64 2007/09/03 19:36:58 chrfranke Exp $ SATA devices under Linux ------------------------ These work OK if you use the standard IDe drivers in drivers/ide.
www.eeworm.com/read/279234/10453416

pm hourly2.pm

#!/usr/bin/perl # Fig. 14.10: Hourly2.pm # Implementation of class Hourly2. package Hourly2; use strict; use warnings; use Employee2; our @ISA = ( "Employee2" ); sub new { my $objec
www.eeworm.com/read/279234/10453432

pm boss.pm

#!/usr/bin/perl # Fig. 14.11: Boss.pm # Implementation of class Boss. package Boss; use strict; use warnings; use Employee2; our @ISA = ( "Employee2" ); sub new { my $object = shift
www.eeworm.com/read/279234/10453464

pm hourly.pm

#!/usr/bin/perl # Fig. 14.7: Hourly.pm # Implementation of class Hourly. package Hourly; use strict; use warnings; use Employee; our @ISA = ( "Employee" ); sub new { my $object = sh
www.eeworm.com/read/279234/10453489

pm hourly2.pm

#!/usr/bin/perl # Fig. 14.10: Hourly2.pm # Implementation of class Hourly2. package Hourly2; use strict; use warnings; use Employee2; our @ISA = ( "Employee2" ); sub new { my $objec
www.eeworm.com/read/279234/10453511

pm boss.pm

#!/usr/bin/perl # Fig. 14.11: Boss.pm # Implementation of class Boss. package Boss; use strict; use warnings; use Employee2; our @ISA = ( "Employee2" ); sub new { my $object = shift
www.eeworm.com/read/279234/10453529

pm hourly2.pm

#!/usr/bin/perl # Fig. 14.10: Hourly2.pm # Implementation of class Hourly2. package Hourly2; use strict; use warnings; use Employee2; our @ISA = ( "Employee2" ); sub new { my $objec