About 52 results
Open links in new tab
  1. oop - What do __init__ and self do in Python? - Stack Overflow

    Jul 8, 2017 · In this case, there are some benefits to allowing this: 1) Methods are just functions that happen defined in a class, and need to be callable either as bound methods with implicit self passing …

  2. What is the purpose of the `self` parameter? Why is it needed?

    For a language-agnostic consideration of the design decision, see What is the advantage of having this/self pointer mandatory explicit?. To close debugging questions where OP omitted a self …

  3. How can I generate a self-signed SSL certificate using OpenSSL?

    The W3C's WebAppSec Working Group is starting to look at the issue. See, for example, Proposal: Marking HTTP As Non-Secure. How to create a self-signed certificate with OpenSSL The commands …

  4. How can I create a self-signed certificate for 'localhost'?

    I've gone through the steps detailed in How do you use HTTPS and SSL on 'localhost'?, but this sets up a self-signed certificate for my machine name, and when browsing it via https://localhost, I receive …

  5. How can I get Python Requests to trust a self-signed SSL certificate ...

    In my case, I was using a self-signed certificate generated by mkcert. While curl works fine with such self-signed certificates, the Python Requests module does not.

  6. Mockito is currently self-attaching to enable the inline-mock-maker ...

    Dec 13, 2024 · I get this warning while testing in Spring Boot: Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add …

  7. receiving error: 'Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while ...

    Mar 9, 2012 · Any insight on what needs to be done to resolve the issue will be appreciated (I would prefer to resolve the issue through configuration as opposed to re-installing if possible). Error: "Error: …

  8. What does "\\.self" actually do in Swift/SwiftUI? - Stack Overflow

    Jul 4, 2020 · I think it is setting the id for each list item as each item in the numbers array? Correct me if wrong - but is each id being set as whatever Int is in each entry of the numbers array? If so, then …

  9. Self-reference for cell, column and row in worksheet functions

    Jun 13, 2011 · In a worksheet function in Excel, how do you self-reference the cell, column or row you're in?

  10. css - Flexbox: flex-start/flex-end, self-start/self-end, and start/end ...

    Jun 19, 2018 · self-start and self-end align flex items at the start or end of the direction text flows in the writing mode of the individual flex item. This means they’re generally only needed if you are mixing …