473,513 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is addMethod ?

Hello,

I saw some python open source project with many
self.addMethod() functions (with 3 paramters)

What does self.addMethod() is good for ?

I had looked at documnetation (downloaded and grepped
all the pdf doc files) and could not find a thing about
it ; nore did googling helped.

Regards,
John

Jul 19 '05 #1
4 1154
Le 23 May 2005 02:40:57 -0700, qw*****@hotmail.com a écrit :
Hello,

I saw some python open source project with many
self.addMethod() functions (with 3 paramters)
Which "open source project" ? Which class in which module ?
What does self.addMethod() is good for ?

Find where this method is defined : (with fgrep or findstr according to
your operating system) and then
import NameOfModule
help(NameOfModule)
Jul 19 '05 #2
qw*****@hotmail.com wrote:
I saw some python open source project with many
self.addMethod() functions (with 3 paramters)

What does self.addMethod() is good for ?


It's not a standard method, so it's good for whatever the particular
class you were looking at was using it for. We might be able to tell you
more if you mentioned the specific script you saw it used in.
Jul 19 '05 #3
Thnks,
I wrongly took it for a standard method;
I found where it is defined (it's part of the project); Tnnks.

John

Jul 19 '05 #4
qw*****@hotmail.com a écrit :
Thnks,
I wrongly took it for a standard method;
I found where it is defined (it's part of the project);


Then it would be nice to fully answer your question, so everyone may
know what's this method and what it does (and what project it comes from).

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3052
by: thecrow | last post by:
Alright, what the hell is going on here? In the following code, I expect the printed result to be: DEBUG: frank's last name is burns. Instead, what I get is: DEBUG: frank's last name is...
220
18808
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
1
1647
by: yusufjammy | last post by:
What is dns and what is the use . how to configure in winxp.
11
4312
by: yusufjammy | last post by:
after learning c , c++ , vc++ what can we do ?
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7521
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3232
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1591
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
455
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.